Blazor コントロール
CanInsertRange メソッド (ISupportRangeEditing<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ISupportRangeEditing<T> インターフェース : CanInsertRange メソッド
The index where the items would be inserted.
The items to be inserted.
Determines whether a new range of items can be inserted in the collection at the specified startingIndex.
シンタックス
'宣言
 
Function CanInsertRange( _
   ByVal startingIndex As System.Integer, _
   ByVal items As System.Collections.Generic.IEnumerable(Of T) _
) As System.Boolean
System.bool CanInsertRange( 
   System.int startingIndex,
   System.Collections.Generic.IEnumerable<T> items
)

パラメータ

startingIndex
The index where the items would be inserted.
items
The items to be inserted.
参照

ISupportRangeEditing<T> インターフェース
ISupportRangeEditing<T> メンバ